home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / toolpa.zip / README.TXT < prev    next >
Text File  |  1992-04-22  |  2KB  |  55 lines

  1. This readme file describes how to build the PowerCode example program. This
  2. version of the example program was generated for Turbo Pascal for Windows. 
  3. The example program features a stand-alone tool bar module that you can 
  4. incorporate into your own applications. 
  5.  
  6. PowerCode is a Windows application generator that specializes in generating 
  7. object-oriented Windows applications.  PowerCode is extensible, allowing you 
  8. complete control over the source code generated.  These features allow 
  9. PowerCode to generate much more than just the application framework.  It can
  10. be easily extended to generate support for database, multimedia, or other 
  11. class libraries. PowerCode includes full support for Borland C++/OWL, Turbo
  12. Pascal for Windows, Microsoft C/C++ with MFC, and ANSI C. See the 
  13. POWERCD.TXT file for additional info about PowerCode.
  14.  
  15. The example program is from the PowerCode tutorial.  It is a simple program
  16. that illustrates the use of a tool bar.  All files, with the exception of 
  17. the resource files(.bmp, .dlg, .ico), are unmodified files that were 
  18. generated with PowerCode. A resource editor is required for PowerCode.
  19.  
  20. The following files should be included in the zip file:
  21.  
  22. JTOOLS.PAS   Tool Bar Object Source File
  23. TUTOR.PAS    Tutor Application Source File
  24. TUTOR.H      Resource Constants
  25. TUTOR.MAK    Make File
  26. TUTOR.RC     Tutor Resource File
  27. TUTOR.DLG    Tutor Dialogs
  28. APP.BMP      Tool Bar Bitmap
  29. CHECKBX1.BMP Tool Bar Bitmap
  30. CHECKBX2.BMP Tool Bar Bitmap
  31. DIALOG.BMP   Tool Bar Bitmap
  32. WINDOW.BMP   Tool Bar Bitmap
  33. TUTOR.ICO    Tutor Icon
  34. TUTOR.TXT    Sample Text File
  35. POWERCD.TXT  Description of PowerCode - The Extensible Code Generator 
  36.  
  37.  
  38.  
  39. To build the tutor example enter the following from the 
  40. DOS command line:
  41.  
  42.     nmake -ftutor.mak
  43.  
  44.  
  45. PowerCode costs only $395. Call today for your free demo.
  46.  
  47. J Systems, Inc.
  48. 4826 McAlpine Lane
  49. Charlotte, NC 28212
  50. Voice: (704) 535-0079
  51. Fax: (704) 537-5694
  52.  
  53.  
  54.  
  55.